From: Stefan Monnier Date: Tue, 9 Jul 2002 23:02:26 +0000 (+0000) Subject: (HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31776 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=116a750abf6e8a0747766f92a7a4fa6379ee5a59;p=emacs.git (HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now). --- diff --git a/src/composite.c b/src/composite.c index 1cc6e12cfaf..985f628f794 100644 --- a/src/composite.c +++ b/src/composite.c @@ -158,12 +158,6 @@ Lisp_Object composition_temp; #define CHAR_WIDTH(c) \ (SINGLE_BYTE_CHAR_P (c) ? 1 : CHARSET_WIDTH (CHAR_CHARSET (c))) -/* The following macros for hash table are copied from fns.c. */ -/* Value is the key part of entry IDX in hash table H. */ -#define HASH_KEY(H, IDX) AREF ((H)->key_and_value, 2 * (IDX)) -/* Value is the value part of entry IDX in hash table H. */ -#define HASH_VALUE(H, IDX) AREF ((H)->key_and_value, 2 * (IDX) + 1) - /* Return COMPOSITION-ID of a composition at buffer position CHARPOS/BYTEPOS and length NCHARS. The `composition' property of the sequence is PROP. STRING, if non-nil, is a string that